home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / Basic Apps / OmniWeb.1.0.app / English.lproj / StartupPreferences.nib / data.classes next >
Encoding:
Text File  |  1995-02-02  |  804 b   |  23 lines

  1. StartupPreferences = {
  2.     ACTIONS = {"openStartupWindows:" = "openStartupWindows:"; }; 
  3.     OUTLETS = {bookmarkPageWell = bookmarkPageWell; homePageWell = homePageWell; }; 
  4.     SUPERCLASS = PreferenceClient; 
  5. };
  6. PreferenceClient = {
  7.     ACTIONS = {"setValueForSender:" = "setValueForSender:"; }; 
  8.     OUTLETS = {controlBox = controlBox; }; 
  9.     SUPERCLASS = Object; 
  10. };
  11. URLView = {OUTLETS = {companion = companion; }; SUPERCLASS = View; };
  12. OWDestinationWell = {
  13.     ACTIONS = {"takeURLFrom:" = "takeURLFrom:"; }; 
  14.     OUTLETS = {companion = companion; }; 
  15.     SUPERCLASS = Control; 
  16. };
  17. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  18. ListView = {
  19.     ACTIONS = {"appendItem:" = "appendItem:"; "removeItem:" = "removeItem:"; }; 
  20.     OUTLETS = {delegate = delegate; }; 
  21.     SUPERCLASS = View; 
  22. };
  23.